home *** CD-ROM | disk | FTP | other *** search
- object FrmPrintOptions: TFrmPrintOptions
- Left = 200
- Top = 99
- BorderStyle = bsDialog
- Caption = 'Print Options'
- ClientHeight = 205
- ClientWidth = 240
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object LblStart: TLabel
- Left = 8
- Top = 16
- Width = 75
- Height = 16
- Caption = 'Start Page :'
- end
- object LblStop: TLabel
- Left = 8
- Top = 56
- Width = 74
- Height = 16
- Caption = 'Stop Page :'
- end
- object LblCopies: TLabel
- Left = 8
- Top = 96
- Width = 100
- Height = 16
- Caption = 'Report Copies :'
- end
- object LblCollation: TLabel
- Left = 8
- Top = 136
- Width = 65
- Height = 16
- Caption = 'Collation :'
- end
- object BtnOK: TBitBtn
- Left = 15
- Top = 168
- Width = 89
- Height = 33
- TabOrder = 0
- Kind = bkOK
- end
- object EdtStart: TEdit
- Left = 112
- Top = 16
- Width = 121
- Height = 24
- TabOrder = 1
- Text = 'EdtStart'
- end
- object EdtStop: TEdit
- Left = 112
- Top = 56
- Width = 121
- Height = 24
- TabOrder = 2
- Text = 'EdtStop'
- end
- object EdtCopies: TEdit
- Left = 112
- Top = 96
- Width = 121
- Height = 24
- TabOrder = 3
- Text = 'EdtCopies'
- end
- object EdtCollation: TEdit
- Left = 112
- Top = 136
- Width = 121
- Height = 24
- TabOrder = 4
- Text = 'EdtCollation'
- end
- object BtnSetPrintOptions: TBitBtn
- Left = 112
- Top = 168
- Width = 113
- Height = 33
- Caption = 'Set Options'
- TabOrder = 5
- OnClick = BtnSetPrintOptionsClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 0003377777777777777308888888888888807F33333333333337088888888888
- 88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
- 8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
- 8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
- 03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
- 03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
- 33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
- 33333337FFFF77333333333000000333333333377777733333330000}
- NumGlyphs = 2
- end
- end
-